home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / rap101.zip / README.1ST < prev    next >
Text File  |  1992-05-08  |  3KB  |  84 lines

  1. README.1ST                                    May 7, 1992
  2.  
  3. The RAP Programming Language
  4. ----------------------------
  5.  
  6. RAP stands for Rational Pilot. It is a full-featured programming
  7. language designed for building user-friendly applications from a
  8. collection of stand-alone programs. It can be viewed as a
  9. replacement for MS-DOS's batch processor which offers the
  10. following added features:  extensive string-handling primitives,
  11. structured programming constructs, built-in mechanism for
  12. displaying menus and handling user's responses, and a wide range
  13. of primitives for testing the state of the file system so that
  14. user-proof programs can be written. A common library of RAP
  15. subroutines is also included.
  16.  
  17. The documentation included with this network release of RAP is
  18. taken from the following two books:
  19.  
  20. The RAP Programming Language
  21. by Richard A. Strangfeld
  22. OPAC 10 (1988)
  23. 250 pages, ISBN 0-88312-633-8
  24.  
  25. A Common Subroutine Library for RAP Programmers
  26. by Kirk H. Parker and Gary F. Simons
  27. OPAC 11 (1988)
  28. 102 pages, ISBN 0-88312-634-6
  29.  
  30. These two books, plus software, are sold in a package for $36.
  31. They can be ordered from:
  32.  
  33.   International Academic Bookstore
  34.   Summer Institute of Linguistics
  35.   7500 W. Camp Wisdom Road
  36.   Dallas, TX  75236  U.S.A.
  37.   phone    214/709-2404
  38.   fax    214/709-2433
  39.  
  40. For more information on ordering RAP and on other SIL linguistic
  41. software, see the file OPAC.BIB.
  42.  
  43.  
  44. Permission to use and copy RAP
  45. ---------------------------------------------
  46.  
  47. The RAP software and documentation are copyrighted property of
  48. the Summer Institute of Linguistics. Permission is hereby given
  49. for anyone to use it on the understanding that the program is
  50. provided on an "as is" basis and anyone using it does so entirely
  51. at their own risk. This special network release of RAP may be
  52. used at no charge or obligation. Permission is hereby given to
  53. copy or distribute this special network release of RAP provided
  54. that (1) all the files listed in FILES.LST are included in
  55. unmodified form and (2) it is distributed free of charge.
  56.  
  57.  
  58. Getting started
  59. ---------------
  60.  
  61. 1. Look at the file READ.ME.
  62.  
  63. 2. Try the demos, namely DEMO.RAP, KEYMENU.RAP, and MENUCOL.RAP.
  64. For instance, type: rap demo .
  65.  
  66. 3. Examine the *.RAP files and read the manual files RAP.MAN and
  67. COMMON.MAN. These files contain selected chapters from the two
  68. books described above.
  69.  
  70. 4. The printed RAP book (see above) has a ten-chapter tutorial.
  71.  
  72.  
  73. Contact me if you have questions or problems.
  74.  
  75.  
  76. Evan Antworth                   | Internet: evan@sil.org
  77. Academic Computing Department   | phone:    214/709-2418
  78. Summer Institute of Linguistics | fax:      214/709-3387
  79. 7500 W. Camp Wisdom Road        | 
  80. Dallas, TX  75236               |
  81. U.S.A.                          |
  82.  
  83. [end of file]
  84.